func runtime.mcall

13 uses

	runtime (current package)
		debugcall.go#L155: 	mcall(func(gp *g) {
		debugcall.go#L207: 	mcall(func(gp *g) {
		panic.go#L871: 				mcall(recovery)
		panic.go#L930: 			mcall(recovery)
		preempt.go#L306: 		mcall(preemptPark)
		preempt.go#L308: 		mcall(gopreempt_m)
		proc.go#L317: 	mcall(gosched_m)
		proc.go#L324: 	mcall(goschedguarded_m)
		proc.go#L361: 	mcall(park_m)
		proc.go#L3427: 	mcall(goyield_m)
		proc.go#L3449: 	mcall(goexit0)
		proc.go#L3805: 	mcall(exitsyscall0)
		stubs.go#L40: func mcall(fn func(*g))